home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000233_jaltman@watsun.cc.columbia.edu_Wed Jan 22 17:16:00 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  53 lines

  1. Article: 14025 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Case Study #25: Remote Access
  6. Date: 22 Jan 2003 22:11:18 GMT
  7. Organization: Columbia University
  8. Lines: 36
  9. Message-ID: <b0n4u6$bt1$1@newsmaster.cc.columbia.edu>
  10. References: <b0cofu$6ut$1@watsol.cc.columbia.edu>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1043273478 12193 128.59.39.2 (22 Jan 2003 22:11:18 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 22 Jan 2003 22:11:18 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14025
  16.  
  17. In article <b0cofu$6ut$1@watsol.cc.columbia.edu>,
  18. Frank da Cruz <fdc@columbia.edu> wrote:
  19. : A question that comes in with increasing frequency is "How do I set Kermit
  20. : up for incoming connections and offer the user a simple interface to choose
  21. : among the services I want to provide?"
  22. :<snip>
  23. : One form of remote access that also takes care of security is the Internet
  24. : Kermit Service. This presents the user with either the Kermit program prompt
  25. : and command interface or Kermit's server-mode packet interface. And for
  26. : completeness, I should also mention Kermit 95's Host Mode.
  27. :
  28. :<snip>
  29.  
  30. I want to point out that the Internet Kermit Service can be configured to
  31. execute any script the administrator wishes to have run when an end user
  32. connects.  The options are not SERVER or command prompt; but SERVER or 
  33. command processor.
  34.  
  35. The process for doing this is quite simple.  Within the /etc/iksd.conf 
  36. script the administrator defines an on_login macro that is executed upon
  37. successful login.  This macro can test for the type of login by examining
  38. the authtype, authname, and authstate variables.  Based upon whether the
  39. login is an authenticated user or a guest, different access configurations
  40. can be applied and scripts can be selected. 
  41.  
  42. The only reason for not using IKSD to provide a script to the end user
  43. is if the script requires access to external commands which are disallowed
  44. in IKSD configurations.
  45.  
  46.  Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
  47.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  48.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  49.  kermit-support@columbia.edu               OpenSSL.
  50.